services.sourcehut.settings."git.sr.ht::api".internal-ipnet

Set of IP subnets which are permitted to utilize internal API authentication. This should be limited to the subnets from which your *.sr.ht services are running. See services.sourcehut.listenAddress.

Type
list of string
Default
[
  "127.0.0.0/8"
  "::1/128"
]
Declared
<nixpkgs/nixos/modules/services/misc/sourcehut>